projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28e271f
)
(view-help-file): Use goto-address-mode instead of goto-address.
author
Juri Linkov
<juri@jurta.org>
Wed, 14 Jan 2009 23:10:54 +0000
(23:10 +0000)
committer
Juri Linkov
<juri@jurta.org>
Wed, 14 Jan 2009 23:10:54 +0000
(23:10 +0000)
lisp/help.el
patch
|
blob
|
history
diff --git
a/lisp/help.el
b/lisp/help.el
index 54b62b01c5a88c0a96b818ce72032458bd85f45c..b5c778b1df445f72101f20ab9f73b06023fb0429 100644
(file)
--- a/
lisp/help.el
+++ b/
lisp/help.el
@@
-294,7
+294,7
@@
If that doesn't give a function, return nil."
(defun view-help-file (file &optional dir)
(view-file (expand-file-name file (or dir data-directory)))
- (goto-address)
+ (goto-address
-mode 1
)
(goto-char (point-min)))
(defun describe-distribution ()